Chart A

Chart B

Chart C

---
title: "Untitled"
output: 
  flexdashboard::flex_dashboard:
    storyboard: true
    source: embed
    orientation: columns
    vertical_layout: fill
---

```{r setup, include=FALSE}
library(flexdashboard)
```

### Chart A

```{r}

```

### Chart B

```{r}

```

### Chart C

```{r}

```